firebird-driver
Firebird driver for Python
This package provides official Python Database API 2.0-compliant driver for the open source relational database Firebird®. In addition to the minimal feature set of the standard Python DB API, this driver also exposes the new (interface-based) client API introduced in Firebird 3, and number of additional extensions and enhancements for convenient use of Firebird RDBMS.
Table of Contents
Installation
Requires: Firebird 3+
pip install firebird-driver
See firebird-lib package for optional extensions to this driver.
License
firebird-driver is distributed under the terms of the MIT license.
Documentation
The documentation for this package is available at https://firebird-driver.readthedocs.io
Running tests
This project uses hatch , so you can use:
hatch test
to run all tests for default Python version (3.11). To run tests for all Python versions
defined in matrix, use -a switch.
This project is using pytest for testing, and our
tests add several options via tests/conftest.py.
By default, tests are configured to use local Firebird installation via network access.
To use local installation in embedded mode, comment out the section:
[tool.hatch.envs.hatch-test]
extra-args = ["--host=localhost"]
in pyproject.toml.
You can also use firebird driver configuration file to specify server(s) that should be
used for testing, and then pass --driver-config and --server options to pytest.
Release files for firebird-driver 2.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| firebird_driver-2.0.3.tar.gz | 105.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| firebird_driver-2.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 214.8 kB
Release files / firebird_driver-2.0.3.tar.gz
| Download URL | firebird_driver-2.0.3.tar.gz |
|---|---|
| Size | 105.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3c78c63a1d69252880b02126c539d4a712d28563f45e896247c397cd2ada75ad
|
|
BLAKE2b-256 checksum How to use checksums |
97da48da8f865f17bc7d0184717f8e92d1b7c52418ae77af315c0239cf7f3739
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.28.1
|
Release files / firebird_driver-2.0.3-py3-none-any.whl
| Download URL | firebird_driver-2.0.3-py3-none-any.whl |
|---|---|
| Size | 109.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0c4dbea53c8ff003cd1c6fd254524f72757fa921f13a6ae23d846c7071d4f337
|
|
BLAKE2b-256 checksum How to use checksums |
ffbfc396b8725f5d7d0df1c54ea5fecc8d4a99d515a8b116b7915e7813ad2994
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.28.1
|